QuickOPC User's Guide and Reference
ITreeTraversable<T> Interface Members
Methods 

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Graphs Namespace : ITreeTraversable<T> Interface

The following tables list the members exposed by ITreeTraversable<T>.

Public Methods
 NameDescription
 MethodReturns a tree traverser that iterates through the tree.  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Creates a derived traversable that prevents recursion into nodes that have already been traversed.
Public Extension MethodOverloaded. Converts the tree traversable to an enumerable of tree nodes, using depth first traversal.
Top
See Also

Reference

ITreeTraversable<T> Interface
OpcLabs.BaseLib.Graphs Namespace